NoSQL operator: tabletordb

Converts a NoSQL table into /rdb format.

Usage: tabletordb [options]

Options:
    --input (-i) 'file'
      Read input from 'file' instead of STDIN.

    --output (-o) 'file'
      Write output to 'file' instead of STDOUT.

    --crlf (-r)
      Use DOS-style CR+LF record separators on output.

    --no-dashline (-n)
      Omit the dashline from output.

    --help (-h)
      Display this help text.

Notes:

Converts a NoSQL table into /rdb format.
See http://www.rdb.com for more info on /rdb DBMS.
Back